home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: Manuel Hernandez <ManuelHe@ix.netcom.com>
- Newsgroups: comp.lang.c++
- Subject: The Ampersand *&* suffix.
- Date: 10 Feb 1996 20:39:14 GMT
- Organization: Netcom
- Message-ID: <4fivpi$q4b@reader2.ix.netcom.com>
- NNTP-Posting-Host: irv-ca7-19.ix.netcom.com
- X-NETCOM-Date: Sat Feb 10 12:39:15 PM PST 1996
-
- What is the ampersand suffix and where is it used.
-
- My texts don't seem to cover it. I suspect that it actually a
- pointer operator that is spaced away from the pointer and placed
- next to the data type declaration. Here is an example of what I
- have seen.
-
- struct People
-
-
-